Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / NamedObjectCollection.IItem<TItem,TContainer> Interface / Container Property


In This Topic
Container Property (NamedObjectCollection.IItem<TItem,TContainer>)
In This Topic
Gets the container of this item.
Syntax
'Declaration
 
Property Container As TContainer
 
'Usage
 
Dim instance As NamedObjectCollection.IItem(Of TItem,TContainer)
Dim value As TContainer
 
instance.Container = value
 
value = instance.Container

Property Value

An object indicates the container.
Remarks
Although the caller can assign new value to the container, it isn't recommended. The setter is intended to be used internal only.
See Also